home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / misckit / miscgiskit / MiscIrelandCoordConverter.h < prev    next >
Encoding:
Text File  |  1995-07-08  |  739 b   |  30 lines

  1. /*====================== MiscIrelandCoordConverter.h ========================*/
  2. /* MiscIrelandCoordConverter class supports the calculations required for
  3.    converting between World and the Irish version of the Universal
  4.    Transverse Mercator coordinates.
  5.  
  6.    DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights
  7.    Reserved. For further information on terms and conditions see
  8.         the MiscKit license.
  9.  
  10. HISTORY
  11. 12-Mar-93  Dale Amon at GPL
  12.        Split UTMGrid into constants and converter parts.
  13. 22-Feb-93  Dale Amon at GPL
  14.        Created.
  15. */
  16.  
  17. #import <appkit/appkit.h>
  18. #import <misckit/miscgiskit.h>
  19.  
  20. @class MiscUTMConstants;
  21.  
  22. @interface MiscIrelandCoordConverter:MiscPlanetCoordConverter
  23. {
  24. }
  25.  
  26. + new;
  27. - finishUnarchiving;
  28.  
  29. @end
  30.